home *** CD-ROM | disk | FTP | other *** search
- object DlgView: TDlgView
- Left = 188
- Top = 90
- AutoScroll = False
- Caption = ' '
- ClientHeight = 245
- ClientWidth = 597
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Menu = MainMenu1
- Scaled = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object FV1: TOvcFileViewer
- Left = 0
- Top = 0
- Width = 597
- Height = 245
- BufferPageCount = 8
- Caret.CaretHeight = 17
- Controller = OvcController1
- FixedFont.Color = clBlack
- FixedFont.Name = 'Fixedsys'
- FixedFont.Size = 10
- FixedFont.Style = []
- HighlightColors.BackColor = clHighlight
- HighlightColors.TextColor = clHighlightText
- Align = alClient
- ParentColor = False
- TabOrder = 0
- end
- object MainMenu1: TMainMenu
- Left = 375
- Top = 5
- object Datei1: TMenuItem
- Caption = '&File'
- ShortCut = 114
- object Oeffnen1: TMenuItem
- Caption = '&Open...'
- ShortCut = 117
- OnClick = Oeffnen1Click
- end
- object Ende1: TMenuItem
- Caption = 'C&lose'
- ShortCut = 123
- OnClick = Ende1Click
- end
- end
- object Clipboard1: TMenuItem
- Caption = '&Clipboard'
- ShortCut = 0
- OnClick = Clipboard1Click
- object InsertClip: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = InsertClipClick
- end
- object SelectAll: TMenuItem
- Caption = '&Select all'
- ShortCut = 16449
- OnClick = SelectAllClick
- end
- end
- object Suchen1: TMenuItem
- Caption = '&Search'
- ShortCut = 0
- OnClick = Suchen1Click
- object Textsuchen1: TMenuItem
- Caption = 'Search &Text...'
- ShortCut = 16467
- OnClick = Textsuchen1Click
- end
- object Weitersuchen1: TMenuItem
- Caption = '&Repeat search'
- ShortCut = 16466
- OnClick = Weitersuchen1Click
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object GehezuZeile1: TMenuItem
- Caption = '&Go to line...'
- ShortCut = 16455
- OnClick = GehezuZeile1Click
- end
- end
- object Optionen1: TMenuItem
- Caption = '&Options'
- ShortCut = 0
- object HexMode: TMenuItem
- Caption = 'Show he&x codes'
- ShortCut = 119
- OnClick = HexModeClick
- end
- object Font1: TMenuItem
- Caption = '&Font...'
- ShortCut = 122
- OnClick = Font1Click
- end
- end
- end
- object OvcController1: TOvcController
- EntryCommands.TableList = (
- 'Default'
- True
- ()
- 'WordStar'
- False
- ()
- 'Grid'
- False
- ())
- Left = 337
- Top = 6
- end
- object OpenDlg: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'Alle Dateien (*.*)|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Left = 263
- Top = 4
- end
- object FontDlg: TFontDialog
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Fixedsys'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Options = [fdEffects, fdFixedPitchOnly]
- Left = 300
- Top = 6
- end
- end
-